home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / INI.sch < prev    next >
Text File  |  2004-01-06  |  2KB  |  94 lines

  1. object TPersHolder
  2.   P.Name = 'INI files'
  3.   P.Extensions.Strings = (
  4.     'ini'
  5.     'iss')
  6.   P.SyntaxBlocks = <
  7.     item
  8.       Name = 'Default'
  9.       ID = 0
  10.       FIText = 0
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseFullLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       BlockDelimiters = <>
  17.       SingleLineCommentDelimiters = <
  18.         item
  19.           FontID = 1
  20.           LeftDelimiter = '='
  21.         end
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = #39
  25.         end>
  26.       FullLineCommentDelimiters = <
  27.         item
  28.           FontID = 2
  29.           LeftDelimiter = ';'
  30.         end>
  31.       SingleLineStringDelimiters = <
  32.         item
  33.           FontID = 3
  34.           LeftDelimiter = '['
  35.           RightDelimiter = ']'
  36.         end
  37.         item
  38.           FontID = 5
  39.           LeftDelimiter = '"'
  40.           RightDelimiter = '"'
  41.         end>
  42.     end>
  43.   P.FontTable = <
  44.     item
  45.       FontID = 0
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -13
  49.       Font.Name = 'Courier New'
  50.       Font.Style = []
  51.     end
  52.     item
  53.       FontID = 1
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -13
  57.       Font.Name = 'Courier New'
  58.       Font.Style = []
  59.     end
  60.     item
  61.       FontID = 2
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clGray
  64.       Font.Height = -13
  65.       Font.Name = 'Courier New'
  66.       Font.Style = [fsItalic]
  67.     end
  68.     item
  69.       FontID = 3
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -13
  73.       Font.Name = 'Courier New'
  74.       Font.Style = [fsBold]
  75.     end
  76.     item
  77.       FontID = 4
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clInactiveCaption
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = []
  83.     end
  84.     item
  85.       FontID = 5
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = 26112
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = []
  91.     end>
  92.   P.SyntaxVersion = 3
  93. end
  94.